home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_365 / easybackup / restore.i < prev    next >
Text File  |  1992-05-06  |  1KB  |  51 lines

  1. /* Prototypes for functions defined in restore.c */
  2. void *MakeDB(int len);
  3. void FreeDB(struct IORequest *req);
  4. short InitDevice(char *name,
  5.                  int unit,
  6.                  struct IORequest **req,
  7.                  unsigned int fl,
  8.                  unsigned int len);
  9. void ExitDevice(struct IORequest *req);
  10. void DeviceCommand(struct IORequest *db,
  11.                    unsigned short com);
  12. char *TrackDiskError(int fn);
  13. void WaitDisk(struct IOExtTD *db);
  14. void ReadTrack(struct IOExtTD *db,
  15.                char *tbuf,
  16.                char *lbuf,
  17.                int nr);
  18. void CloseAll(int err);
  19. void UserRequest(void);
  20. int DoNothing(void);
  21. void OpenAll(int devunit);
  22. void ConcatPath(char *buffer,
  23.                 char *p1,
  24.                 char *p2);
  25. short FileAbfrage(void);
  26. struct IOAudio *MakeIOA(int rate,
  27.                         int vol,
  28.                         int repeat,
  29.                         unsigned char *buf,
  30.                         int len);
  31. void Beep(int freq,
  32.           int dauer,
  33.           int vol);
  34. void PrintTrack(int nr);
  35. void PrintDisk(int nr);
  36. void SetDate(char *fn,
  37.              struct DateStamp *ds);
  38. void NewDisk(void);
  39. char RawGetByte(void);
  40. char DecodeByte(void);
  41. void RawReadString(char *str);
  42. void RawRead(char *buf,
  43.              int len);
  44. void EndRestore(void);
  45. void MakePath(char *path);
  46. void RestoreFileData(int file);
  47. void GotoDateiEnde(void);
  48. short RestoreDir(short doinstall);
  49. void main(int argc,
  50.           char **argv);
  51.